Setting DirectInput states with IS
Purpose:
Sets unused DirectInput locations to a fixed output state.
Discussion
Entry:
directinput_label IS constant_state
For DirectInput buttons, constant_state can be:
ON (button active or low)
OFF (button appears disconnected)
For DirectInput axes, constant_state can be:
OFF (axis appears disconnected)
MIN (DirectInput axis value at minimum)
MID (DirectInput axis value at mid-range)
MAX (DirectInput axis value at maximum)
<<TBD -- how is POV handled? Same? POV IS OFF?>>
Restrictions:
Be careful of statement conflicts like the following, where the first statement is quite acceptable, but the second causes the THROTTLE input to become unusable (the assigned DirectInput axis is turned OFF):
THROTTLE IS X
X IS OFF
 (Press Kit).bin/progs/mill/DATA.Z/GRYRITB.JPG/GRYRITB.png)
|